home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / compress / lzx / lzx101.lha / history.txt < prev    next >
Text File  |  1995-03-20  |  2KB  |  56 lines

  1. History
  2. -------
  3.  
  4. Version 1.01: March 20, 1995
  5. ============================
  6.  
  7. * The LZX "v1" command is now supported as per the documentation, and
  8.   is identical to LZX "vv" (verbose view).
  9.  
  10. * Fixed the "--" option bug with command line parsing.
  11.  
  12. * LZX now determines if a file to archive is a directory, and will
  13.   archive the contents of that; e.g. "lzx a archivename.lzx dirname".
  14.  
  15. * LZX won't complain if you try to add files to an empty archive.
  16.  
  17. * LZX won't print blank lines if adding empty dirs with the -F
  18.   (fast progress display) option.
  19.  
  20. * LZX won't display AmigaDOS requesters (e.g. lzx a test.lzx xxx:blah
  21.   won't bring up a requester for device "xxx:").
  22.  
  23. * LZX can now be aborted while it is storing files.
  24.  
  25. * LZX can now be aborted when searching through an archive if adding
  26.   files to that archive.
  27.  
  28. * The 'e' (extract) command now works.
  29.  
  30. * LZX a arcname * now works.
  31.  
  32. * Fixed a date comparison bug in the updating code.
  33.  
  34. * The -m option now causes files to be overwritten automatically.
  35.  
  36. * Fixed a bug which made LZX very slow decompressing large archives.
  37.  
  38. * Reduced memory requirements by 64K (more memory reductions are
  39.   coming).
  40.  
  41. * If the -P (task priority) option is used, LZX will now reset the
  42.   priority to its original state upon exit.
  43.  
  44. * LZX now adds a lower case ".lzx" to archive names, instead of an
  45.   upper case ".LZX".
  46.  
  47. * Performance improvements:
  48.  
  49.   The 68000EC version of LZX compresses about 5% faster.
  50.   The 68020/68030 version decompresses about 8% faster.
  51.  
  52.   More performance improvements are forthcoming; Tomi has been able to
  53.   tweak another 15% of speed out of the algorithm on the PC, which
  54.   should hopefully result in a comparable gain when this change is
  55.   ported to the Amiga version.
  56.